home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / LVCAM.IN_ / lvcam.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  3.7 KB  |  127 lines

  1. ;
  2. ; LVCAM.INF
  3. ; Logitech Video Camera Installation file (No VFW components)
  4. ; Copyright (c)1996-1998 Logitech Inc.
  5. ;
  6. [Version]
  7. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  8. signature="$CHICAGO$"
  9. Class=Image
  10. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  11. Provider=%LGI%
  12. DriverVer=11/14/1999,5.00.2183.1
  13.  
  14. [ControlFlags]
  15. ; All PnP devices should be excluded from manual AddDevice Applet list
  16. ExcludeFromSelect=*
  17.  
  18. [Manufacturer]
  19. %LogitechMfg%=Logitech
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir=11               ; LDID_SYS
  23.  
  24. ; Delete old Win95 and "Detroit" update drivers
  25. Logitech.USBDCam.DelDrivers=10,system
  26. Logitech.USBDCam.CopyDrivers=10,system32\drivers
  27. Logitech.USBDCam.CopyUserDrv=11
  28. Logitech.USBDCam.CopyUserDrv.NT=11
  29. Logitech.LVUI.CopyFiles=11
  30.  
  31. ;
  32. ; Software installation. Only our drivers
  33. ;
  34. [DefaultInstall]
  35. CopyFiles=Logitech.USBDCam.CopyDrivers, Logitech.LVUI.CopyFiles
  36.  
  37. [Logitech]
  38. %USB\VID_046D&PID_0801.DeviceDesc%=Logitech.USBDCam,USB\VID_046D&PID_8801&MI_00
  39. %USB\VID_046D&PID_0801.DeviceDesc%=Logitech.USBDCam,USB\VID_046D&PID_0801&MI_00
  40.  
  41.  
  42. [Logitech.USBDCam]
  43. Include=    ks.inf, kscaptur.inf, ksfilter.inf
  44. Needs=      KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation
  45. AddReg=     Logitech.USBDCam.AddReg
  46. DelFiles=   Logitech.USBDCam.DelDrivers
  47. CopyFiles=  Logitech.USBDCam.CopyDrivers, Logitech.USBDCam.CopyUserDrv, Logitech.LVUI.CopyFiles, Logitech.USBDCam.CopyCODEC
  48. UpdateInis= CODECS.UpdateIni
  49.  
  50. [Logitech.USBDCam.NT]
  51. Include=    ks.inf, kscaptur.inf, ksfilter.inf
  52. Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
  53. AddReg=     Logitech.USBDCam.AddReg
  54. CopyFiles=  Logitech.USBDCam.CopyDrivers, Logitech.USBDCam.CopyUserDrv.NT, Logitech.LVUI.CopyFiles, Logitech.USBDCam.CopyCODEC
  55. UpdateInis= CODECS.UpdateIni
  56.  
  57.  
  58. [Logitech.USBDCam.AddReg]
  59. HKR,,DevLoader,,*ntkern
  60. HKR,,NTMPDriver,,lvcam.sys
  61.  
  62. [Logitech.USBDCam.DelDrivers]
  63. ks.sys,,,1
  64. stream.sys,,,1
  65. lvcam.sys,,,1
  66. lvcodek.sys,,,1
  67. imagecls.sys,,,1
  68.  
  69. [Logitech.USBDCam.CopyDrivers]
  70. stream.sys
  71. lvcam.sys
  72. lvcodek.sys
  73.  
  74. [Logitech.USBDCam.CopyUserDrv]
  75. lvcod32.dll
  76.  
  77. [Logitech.USBDCam.CopyUserDrv.NT]
  78. lvcod32.dll
  79.  
  80. [Logitech.LVUI.CopyFiles]
  81. LVUI32.dll
  82. LVUI32RC.dll
  83.  
  84. [Logitech.USBDCam.CopyCODEC]
  85. msh263.drv
  86.  
  87. [CODECS.UpdateIni]
  88. system.ini,drivers32,,"VIDC.YVU9=lvcod32.dll"
  89. system.ini,drivers32,,"VIDC.I420=msh263.drv"
  90. system.ini,drivers32,,"VIDC.YUY2=lvcod32.dll"
  91.  
  92. [Logitech.USBDCam.Interfaces]
  93. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Logitech.USBDCam.Interface
  94.  
  95. [Logitech.USBDCam.NT.Interfaces]
  96. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Logitech.USBDCam.Interface
  97.  
  98. [Logitech.USBDCam.Interface]
  99. AddReg=Logitech.USBDCam.Intf.AddReg
  100.  
  101. [Logitech.USBDCam.Intf.AddReg]
  102. HKR,,CLSID,,%ProxyVCap.CLSID%
  103. HKR,,FriendlyName,,%USB\VID_046D&PID_0801.DeviceDesc%
  104. HKR,,ExtensionDLL,,%Logitech.ExtensionDLL%
  105. HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
  106. HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
  107.  
  108. [Logitech.USBDCam.NT.Services]
  109. AddService = LVCam,0x00000002,Logitech.USBDCam.ServiceInstall
  110.  
  111. [Logitech.USBDCam.ServiceInstall]
  112. DisplayName   = %USB\VID_046D&PID_0801.DeviceDesc%
  113. ServiceType   = %SERVICE_KERNEL_DRIVER%
  114. StartType     = %SERVICE_DEMAND_START%
  115. ErrorControl  = %SERVICE_ERROR_NORMAL%
  116. ServiceBinary = %12%\LVCam.sys
  117. [Strings]
  118. ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  119. KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  120. SERVICE_KERNEL_DRIVER=1
  121. SERVICE_DEMAND_START=3
  122. SERVICE_ERROR_NORMAL=1
  123. Logitech.ExtensionDLL = "LVUI32.dll"
  124. LGI="Logitech"
  125. LogitechMfg="Logitech"
  126. USB\VID_046D&PID_0801.DeviceDesc="Logitech USB Video Camera"
  127.